+2004-04-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/tmpl/properties.sgml: Document the only_if_exists argument
+ to gdk_atom_intern() as ignored.
+
2004-04-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add GtkFileChooserEmbed to a
</para>
@atom_name: a string.
-@only_if_exists: if %TRUE, do not create a new atom, but
- just return the atom if it already exists.
-@Returns: the atom corresponding to @atom_name, or, if
- @only_if_exists is %TRUE, and an atom does not
- already exists for the string, %GDK_NONE.
+@only_if_exists: if %TRUE, GDK is allowed to not create a new atom, but
+ just return %GDK_NONE if the requested atom doesn't already
+ exists. Currently, the flag is ignored, since checking the
+ existance of an atom is as expensive as creating it.
+@Returns: the atom corresponding to @atom_name.
<!-- ##### FUNCTION gdk_atom_name ##### -->